home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / fish_maney.swf / scripts / DefineButton2_125 / BUTTONCONDACTION on(release).as next >
Text File  |  2008-08-08  |  245b  |  15 lines

  1. on(release){
  2.    if(_root.score >= pp_1)
  3.    {
  4.       _root.cool.start();
  5.       _root.gold.start();
  6.       _root.strong = true;
  7.       _root.score -= pp_1;
  8.       shop1._visible = false;
  9.    }
  10.    else
  11.    {
  12.       _root.bad.start();
  13.    }
  14. }
  15.